-
-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inotify full emitter to accept event_filter #1032
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Good catch 🥂 |
Ad also thank you for the docstring update, greatly appreciated. |
mraspaud
added a commit
to mraspaud/trollmoves
that referenced
this pull request
Feb 27, 2024
This is because of the bug solved in gorakhargosh/watchdog#1032
@BoboTiG may I ask when the next version of watchdog is to be released? Our CI fails at the moment because of this... |
Oh! Sorry for the laaaate answer. A release is on the way! |
v4.0.1 shipped! |
github-actions bot
pushed a commit
to wxx9248/Pickle-Rush
that referenced
this pull request
May 23, 2024
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/releases">watchdog's releases</a>.</em></p> <blockquote> <h2>4.0.1</h2> <ul> <li>[inotify] Fix missing <code>event_filter</code> for the full emitter (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1032">#1032</a>)</li> </ul> <p>💟 Thanks to our beloved contributors: <a href="https://github.com/mraspaud"><code>@mraspaud</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst">watchdog's changelog</a>.</em></p> <blockquote> <p>4.0.1</p> <pre><code> 2024-05-23 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1>`__ <ul> <li>[inotify] Fix missing <code>event_filter</code> for the full emitter (<code>[#1032](gorakhargosh/watchdog#1032) &lt;https://github.com/gorakhargosh/watchdog/pull/1032&gt;</code>__)</li> <li>Thanks to our beloved contributors: <a href="https://github.com/mraspaud"><code>@mraspaud</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorakhargosh/watchdog/commit/1a1f40024d097ee687b3e5c182f8a5f3c028b820"><code>1a1f400</code></a> Version 4.0.1</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/b92b6fa46819452ef8d9b06b2df9f0747c986187"><code>b92b6fa</code></a> doc: tweak</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/29ab1594a48544899f4124cf719e53f5f2c06da5"><code>29ab159</code></a> [inotify] Fix missing <code>event_filter</code> for the full emitter (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1032">#1032</a>)</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/2fe1609dd7e545b3bc02e4d026e42ef8629270b8"><code>2fe1609</code></a> Bump the version</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/9a4f3e2f0c0b76a6aaf62f7c0e3b6b8e309a4944"><code>9a4f3e2</code></a> ci: final fix</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d134073f44701fb28126e73bd952c666d3adc68e"><code>d134073</code></a> ci: fix missing wheels</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/5c8f620d82575058f31e7c6a523617c48e5a927f"><code>5c8f620</code></a> Revert "Bump the version"</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/df07c90ffee61e05448733aa1e205b46c116341a"><code>df07c90</code></a> Bump the version</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/c7a784295f548fe2b6d35dee8dc6bff7bb40a8d8"><code>c7a7842</code></a> ci: fix publish workflow</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d1439f9162af370d8295c640ed4ae13e933170d4"><code>d1439f9</code></a> ci: fix blob storage</li> <li>Additional commits viewable in <a href="https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=watchdog&package-manager=pip&previous-version=4.0.0&new-version=4.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
miniscruff
pushed a commit
to miniscruff/scopie
that referenced
this pull request
May 25, 2024
Bumps the pip-deps group with 3 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [requests](https://github.com/psf/requests) and [watchdog](https://github.com/gorakhargosh/watchdog). Updates `mkdocs-material` from 9.5.23 to 9.5.24 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.24</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7187">#7187</a>: Version selector title rendering issue</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)</p> <ul> <li>Fixed projects plugin crashing in serve mode when disabled</li> <li>Fixed projects plugin crashing when building nested projects</li> </ul> <p>mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7191">#7191</a>: Tags listings not rendering when toc_depth is changed</li> </ul> <p>mkdocs-material-9.5.24 (2024-05-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7187">#7187</a>: Version selector title rendering issue</li> </ul> <p>mkdocs-material-9.5.23 (2024-05-15)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7183">#7183</a>: Edge case in anchor navigation when using instant navigation</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6436">#6436</a>: Version selector not showing version alias</li> </ul> <p>mkdocs-material-9.5.22 (2024-05-12)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7170">#7170</a>: Copy button adds empty lines for line spans (9.5.18 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7160">#7160</a>: Version switching doesn't stay on page (9.5.5 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5619">#5619</a>: Links in Mermaid.js diagrams not discernible</li> </ul> <p>mkdocs-material-9.5.21 (2024-05-03)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7133">#7133</a>: Ensure latest version of Mermaid.js is used</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7125">#7125</a>: Added warning for dotfiles in info plugin</li> </ul> <p>mkdocs-material-9.5.20 (2024-04-29)</p> <ul> <li>Fixed deprecation warning in privacy plugin (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7119">#7119</a>: Tags plugin emits deprecation warning (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7118">#7118</a>: Social plugin crashes if fonts are disabled (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7085">#7085</a>: Social plugin crashes on Windows when downloading fonts</li> </ul> <p>mkdocs-material-9.5.19+insiders-4.53.8 (2024-04-26)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7052">#7052</a>: Preview extension automatically including all pages</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7051">#7051</a>: Instant previews mounting on footnote references</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/5165">#5165</a>: Improved tooltips not mounting in sidebar for typeset plugin</li> </ul> <p>mkdocs-material-9.5.19+insiders-4.53.7 (2024-04-25)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7060">#7060</a>: Incorrect resolution of translation when using static-i18n</li> </ul> <p>mkdocs-material-9.5.19 (2024-04-25)</p> <ul> <li>Updated MkDocs to 1.6 and limited version to < 2</li> <li>Updated Docker image to latest Alpine Linux</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a5cc0691df2d65285505ff4b932d6a3aa2522ca4"><code>a5cc069</code></a> Prepare 9.5.24 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/72caddf8e3269605e86ad84a30694021fec8dc43"><code>72caddf</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/407335d20b09cdb68c9efd1777c0e2efdb46e85b"><code>407335d</code></a> Fixed title rendering in version selector</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f494840bd5199a9a758e996bf94cd1bcbc85570d"><code>f494840</code></a> Documented for scope setting</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.23...9.5.24">compare view</a></li> </ul> </details> <br /> Updates `requests` from 2.31.0 to 2.32.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/releases">requests's releases</a>.</em></p> <blockquote> <h2>v2.32.2</h2> <h2>2.32.2 (2024-05-21)</h2> <p><strong>Deprecations</strong></p> <ul> <li> <p>To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed <code>_get_connection</code> to a new public API, <code>get_connection_with_tls_context</code>. Existing custom HTTPAdapters will need to migrate their code to use this new API. <code>get_connection</code> is considered deprecated in all versions of Requests>=2.32.0.</p> <p>A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (<a href="https://redirect.github.com/psf/requests/issues/6710">#6710</a>)</p> </li> </ul> <h2>v2.32.1</h2> <h2>2.32.1 (2024-05-20)</h2> <p><strong>Bugfixes</strong></p> <ul> <li>Add missing test certs to the sdist distributed on PyPI.</li> </ul> <h2>v2.32.0</h2> <h2>2.32.0 (2024-05-20)</h2> <h2>🐍 PYCON US 2024 EDITION 🐍</h2> <p><strong>Security</strong></p> <ul> <li>Fixed an issue where setting <code>verify=False</code> on the first request from a Session will cause subsequent requests to the <em>same origin</em> to also ignore cert verification, regardless of the value of <code>verify</code>. (<a href="https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56">https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56</a>)</li> </ul> <p><strong>Improvements</strong></p> <ul> <li><code>verify=True</code> now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (<a href="https://redirect.github.com/psf/requests/issues/6667">#6667</a>)</li> <li>Requests now supports optional use of character detection (<code>chardet</code> or <code>charset_normalizer</code>) when repackaged or vendored. This enables <code>pip</code> and other projects to minimize their vendoring surface area. The <code>Response.text()</code> and <code>apparent_encoding</code> APIs will default to <code>utf-8</code> if neither library is present. (<a href="https://redirect.github.com/psf/requests/issues/6702">#6702</a>)</li> </ul> <p><strong>Bugfixes</strong></p> <ul> <li>Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (<a href="https://redirect.github.com/psf/requests/issues/6589">#6589</a>)</li> <li>Fixed deserialization bug in JSONDecodeError. (<a href="https://redirect.github.com/psf/requests/issues/6629">#6629</a>)</li> <li>Fixed bug where an extra leading <code>/</code> (path separator) could lead urllib3 to unnecessarily reparse the request URI. (<a href="https://redirect.github.com/psf/requests/issues/6644">#6644</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/requests/blob/main/HISTORY.md">requests's changelog</a>.</em></p> <blockquote> <h2>2.32.2 (2024-05-21)</h2> <p><strong>Deprecations</strong></p> <ul> <li> <p>To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed <code>_get_connection</code> to a new public API, <code>get_connection_with_tls_context</code>. Existing custom HTTPAdapters will need to migrate their code to use this new API. <code>get_connection</code> is considered deprecated in all versions of Requests>=2.32.0.</p> <p>A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (<a href="https://redirect.github.com/psf/requests/issues/6710">#6710</a>)</p> </li> </ul> <h2>2.32.1 (2024-05-20)</h2> <p><strong>Bugfixes</strong></p> <ul> <li>Add missing test certs to the sdist distributed on PyPI.</li> </ul> <h2>2.32.0 (2024-05-20)</h2> <p><strong>Security</strong></p> <ul> <li>Fixed an issue where setting <code>verify=False</code> on the first request from a Session will cause subsequent requests to the <em>same origin</em> to also ignore cert verification, regardless of the value of <code>verify</code>. (<a href="https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56">https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56</a>)</li> </ul> <p><strong>Improvements</strong></p> <ul> <li><code>verify=True</code> now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (<a href="https://redirect.github.com/psf/requests/issues/6667">#6667</a>)</li> <li>Requests now supports optional use of character detection (<code>chardet</code> or <code>charset_normalizer</code>) when repackaged or vendored. This enables <code>pip</code> and other projects to minimize their vendoring surface area. The <code>Response.text()</code> and <code>apparent_encoding</code> APIs will default to <code>utf-8</code> if neither library is present. (<a href="https://redirect.github.com/psf/requests/issues/6702">#6702</a>)</li> </ul> <p><strong>Bugfixes</strong></p> <ul> <li>Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (<a href="https://redirect.github.com/psf/requests/issues/6589">#6589</a>)</li> <li>Fixed deserialization bug in JSONDecodeError. (<a href="https://redirect.github.com/psf/requests/issues/6629">#6629</a>)</li> <li>Fixed bug where an extra leading <code>/</code> (path separator) could lead urllib3 to unnecessarily reparse the request URI. (<a href="https://redirect.github.com/psf/requests/issues/6644">#6644</a>)</li> </ul> <p><strong>Deprecations</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/requests/commit/88dce9d854797c05d0ff296b70e0430535ef8aaf"><code>88dce9d</code></a> v2.32.2</li> <li><a href="https://github.com/psf/requests/commit/c98e4d133ef29c46a9b68cd783087218a8075e05"><code>c98e4d1</code></a> Merge pull request <a href="https://redirect.github.com/psf/requests/issues/6710">#6710</a> from nateprewitt/api_rename</li> <li><a href="https://github.com/psf/requests/commit/92075b330a30b9883f466a43d3f7566ab849f91b"><code>92075b3</code></a> Add deprecation warning</li> <li><a href="https://github.com/psf/requests/commit/aa1461b68aa73e2f6ec0e78c8853b635c76fd099"><code>aa1461b</code></a> Move _get_connection to get_connection_with_tls_context</li> <li><a href="https://github.com/psf/requests/commit/970e8cec988421bd43da57350723b05c8ce8dc7e"><code>970e8ce</code></a> v2.32.1</li> <li><a href="https://github.com/psf/requests/commit/d6ebc4a2f1f68b7e355fb7e4dd5ffc0845547f9f"><code>d6ebc4a</code></a> v2.32.0</li> <li><a href="https://github.com/psf/requests/commit/9a40d1277807f0a4f26c9a37eea8ec90faa8aadc"><code>9a40d12</code></a> Avoid reloading root certificates to improve concurrent performance (<a href="https://redirect.github.com/psf/requests/issues/6667">#6667</a>)</li> <li><a href="https://github.com/psf/requests/commit/0c030f78d24f29a459dbf39b28b4cc765e2153d7"><code>0c030f7</code></a> Merge pull request <a href="https://redirect.github.com/psf/requests/issues/6702">#6702</a> from nateprewitt/no_char_detection</li> <li><a href="https://github.com/psf/requests/commit/555b870eb19d497ddb67042645420083ec8efb02"><code>555b870</code></a> Allow character detection dependencies to be optional in post-packaging steps</li> <li><a href="https://github.com/psf/requests/commit/d6dded3f00afcf56a7e866cb0732799045301eb0"><code>d6dded3</code></a> Merge pull request <a href="https://redirect.github.com/psf/requests/issues/6700">#6700</a> from franekmagiera/update-redirect-to-invalid-uri-test</li> <li>Additional commits viewable in <a href="https://github.com/psf/requests/compare/v2.31.0...v2.32.2">compare view</a></li> </ul> </details> <br /> Updates `watchdog` from 4.0.0 to 4.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/releases">watchdog's releases</a>.</em></p> <blockquote> <h2>4.0.1</h2> <ul> <li>[inotify] Fix missing <code>event_filter</code> for the full emitter (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1032">#1032</a>)</li> </ul> <p>💟 Thanks to our beloved contributors: <a href="https://github.com/mraspaud"><code>@mraspaud</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst">watchdog's changelog</a>.</em></p> <blockquote> <p>4.0.1</p> <pre><code> 2024-05-23 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1>`__ <ul> <li>[inotify] Fix missing <code>event_filter</code> for the full emitter (<code>[#1032](gorakhargosh/watchdog#1032) &lt;https://github.com/gorakhargosh/watchdog/pull/1032&gt;</code>__)</li> <li>Thanks to our beloved contributors: <a href="https://github.com/mraspaud"><code>@mraspaud</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorakhargosh/watchdog/commit/1a1f40024d097ee687b3e5c182f8a5f3c028b820"><code>1a1f400</code></a> Version 4.0.1</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/b92b6fa46819452ef8d9b06b2df9f0747c986187"><code>b92b6fa</code></a> doc: tweak</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/29ab1594a48544899f4124cf719e53f5f2c06da5"><code>29ab159</code></a> [inotify] Fix missing <code>event_filter</code> for the full emitter (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1032">#1032</a>)</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/2fe1609dd7e545b3bc02e4d026e42ef8629270b8"><code>2fe1609</code></a> Bump the version</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/9a4f3e2f0c0b76a6aaf62f7c0e3b6b8e309a4944"><code>9a4f3e2</code></a> ci: final fix</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d134073f44701fb28126e73bd952c666d3adc68e"><code>d134073</code></a> ci: fix missing wheels</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/5c8f620d82575058f31e7c6a523617c48e5a927f"><code>5c8f620</code></a> Revert "Bump the version"</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/df07c90ffee61e05448733aa1e205b46c116341a"><code>df07c90</code></a> Bump the version</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/c7a784295f548fe2b6d35dee8dc6bff7bb40a8d8"><code>c7a7842</code></a> ci: fix publish workflow</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d1439f9162af370d8295c640ed4ae13e933170d4"><code>d1439f9</code></a> ci: fix blob storage</li> <li>Additional commits viewable in <a href="https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
williamjallen
pushed a commit
to Submitty/Submitty
that referenced
this pull request
Aug 2, 2024
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.0 to 4.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/releases">watchdog's releases</a>.</em></p> <blockquote> <h2>4.0.1</h2> <ul> <li>[inotify] Fix missing <code>event_filter</code> for the full emitter (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1032">#1032</a>)</li> </ul> <p>💟 Thanks to our beloved contributors: <a href="https://github.com/mraspaud"><code>@mraspaud</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst">watchdog's changelog</a>.</em></p> <blockquote> <p>4.0.1</p> <pre><code> 2024-05-23 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1>`__ <ul> <li>[inotify] Fix missing <code>event_filter</code> for the full emitter (<code>[#1032](gorakhargosh/watchdog#1032) &lt;https://github.com/gorakhargosh/watchdog/pull/1032&gt;</code>__)</li> <li>Thanks to our beloved contributors: <a href="https://github.com/mraspaud"><code>@mraspaud</code></a>, <a href="https://github.com/BoboTiG"><code>@BoboTiG</code></a> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorakhargosh/watchdog/commit/1a1f40024d097ee687b3e5c182f8a5f3c028b820"><code>1a1f400</code></a> Version 4.0.1</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/b92b6fa46819452ef8d9b06b2df9f0747c986187"><code>b92b6fa</code></a> doc: tweak</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/29ab1594a48544899f4124cf719e53f5f2c06da5"><code>29ab159</code></a> [inotify] Fix missing <code>event_filter</code> for the full emitter (<a href="https://redirect.github.com/gorakhargosh/watchdog/issues/1032">#1032</a>)</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/2fe1609dd7e545b3bc02e4d026e42ef8629270b8"><code>2fe1609</code></a> Bump the version</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/9a4f3e2f0c0b76a6aaf62f7c0e3b6b8e309a4944"><code>9a4f3e2</code></a> ci: final fix</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d134073f44701fb28126e73bd952c666d3adc68e"><code>d134073</code></a> ci: fix missing wheels</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/5c8f620d82575058f31e7c6a523617c48e5a927f"><code>5c8f620</code></a> Revert "Bump the version"</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/df07c90ffee61e05448733aa1e205b46c116341a"><code>df07c90</code></a> Bump the version</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/c7a784295f548fe2b6d35dee8dc6bff7bb40a8d8"><code>c7a7842</code></a> ci: fix publish workflow</li> <li><a href="https://github.com/gorakhargosh/watchdog/commit/d1439f9162af370d8295c640ed4ae13e933170d4"><code>d1439f9</code></a> ci: fix blob storage</li> <li>Additional commits viewable in <a href="https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=watchdog&package-manager=pip&previous-version=4.0.0&new-version=4.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It looks like adding event filters in #989 somehow missed adding it to
InotifyFullEmitter
. This PR fixes this.This is my first PR in this repo, feedback is welcome on how to do things up to your standards :)